When SDMs are fitted using the sdm
function, a sdmModels
object is generated containing all the information and objects created through fitting and evaluation procedures for all species and methods. To each model, a unique modelID is assigned. getModelInfo
returns a data.frame summarising some information relevant to the fitted models including modelID, method name, whether the model is fitted successfully, whether and what replication procedure is used for data partitioning, etc. getModelInfo
helps to get the unique model IDs for all or certain models given the parameters that users specify.